Thanks for purchasing our template :)
It is our great pleasure that you purchased our template. And we want to tell you that you don't need to write any codes for this template. Just follow some instructions for customizing the template.
If you have any questions, feel free to contact us at mailto:labartisan@labartisan.com.
Unzip the archive and find out the folder "buyer-file". There are all the template files in this folder. You can open the following files for viewing in browser.
<!--Google Fonts-->
https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap
<link rel="shortcut icon" type="image/x-icon" href="assets/images/x-icon/01.png">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/icofont.min.css">
<link rel="stylesheet" href="assets/css/lightcase.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/jquery.js"></script>
<script src="assets/js/fontawesome.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/circularProgressBar.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/lightcase.js"></script>
<script src="assets/js/functions.js"></script>
To change logotype in the navigation panel, find image images/logo/01.png and replace it with your logo.
This is logo and navigation codes.
<ul class="menu lab-ul">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="#0">Events</a>
<ul class="submenu">
<li><a href="events.html">Events</a></li>
<li><a href="events-single.html">Events Single</a></li>
</ul>
</li>
<li>
<a href="#0">Programs</a>
<ul class="submenu">
<li> <a href="programs.html">Programs</a></li>
<li><a href="program-single.html">Program Single</a></li>
</ul>
</li>
<li>
<a href="#0">Pages</a>
<ul class="submenu">
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="#0">Scholars</a>
<ul class="submenu">
<li><a href="scholar.html">Our Scholars</a></li>
<li><a href="scholar-single.html">Scholar Single</a></li>
</ul>
</li>
<li>
<a href="#0">Blog</a>
<ul class="submenu">
<li><a href="blog.html">blog</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="sermons.html">Sermons</a></li>
<li><a href="services.html" class="active">Service</a></li>
<li><a href="404.html">404 Error</a></li>
<li><a href="coming-soon.html">Coming-soon</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
Here is your main logo code. To add your logo, replace logo.png from images/logo/ directory with your logo in PNG format.
<img src="assets/images/logo/01.png" alt="logo">
To change the tab heading you will need to edit in the tag <li>Here is your heading</li> and add your text in the middle of the tag.
To change the tab tagline you will need to edit in the tag <p>Here is your tagline</p> and add your text in the middle of the tag.
Which tab item you want to take as active you have to add active class to that "tab-item" class and li tag.
Here is your section structure.
<section class="service-section padding-tb">
<div class="container">
<div class="row">
<div class="header-title">
.....
</div>
</div>
<div class="row">
...
</div>
</div>
</section>
If you need another style of section header - just you add "left style"class
to section-headerIn the class="section-class" you can replace with your desired class.
the class padding-top and padding-bottom is the space between each sections.
And in the section-header div you can add your heading of sections and tagline of sections.
You can add your content on the 2nd row div.
<section class="section-class padding-tb">
<div class="container">
...
</div>
</section>
you can select background color between light and dark color. To add cloud color, just simply add the class body-bg, section-bg to the section class.
You can use next modification classes to set block margins and paddings:
mt-1 ... mt-5
margin-bottommb-1 ... mb-5
padding-toppt-1 ... pt-5
padding-bottompb-1 ... pb-5
Edit contact information in assets/contact.php — folder.
$myemail = 'mailto:labartisan@labartisan.com';
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-12">
<div class="footer-bottom-content text-center">
<p>©2020 <a href="index.html">Hafsa</a> -Best For Charity HTML Template.</p>
</div>
</div>
</div>
</div>
</div>
If you have any questions, feel free to contact us at mailto:labartisan@labartisan.com.